projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
172303f
)
testsuite: Fix srcdir != builddir builds
author
Benjamin Otte
<otte@redhat.com>
Wed, 15 May 2013 13:59:42 +0000
(15:59 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Wed, 15 May 2013 13:59:42 +0000
(15:59 +0200)
testsuite/gtk/Makefile.am
patch
|
blob
|
history
diff --git
a/testsuite/gtk/Makefile.am
b/testsuite/gtk/Makefile.am
index ea5b759384b075c6d9220373fec39040d257641e..90322d1f9d5d3ac9aad8297169883a2a7db1ad7e 100644
(file)
--- a/
testsuite/gtk/Makefile.am
+++ b/
testsuite/gtk/Makefile.am
@@
-161,8
+161,8
@@
TEST_PROGS += keyhash
keyhash_SOURCES = keyhash.c \
$(top_srcdir)/gtk/gtkkeyhash.c \
$(top_srcdir)/gtk/gtkkeyhash.h \
- $(top_
src
dir)/gtk/gtkresources.c \
- $(top_
src
dir)/gtk/gtkresources.h \
+ $(top_
build
dir)/gtk/gtkresources.c \
+ $(top_
build
dir)/gtk/gtkresources.h \
$(top_srcdir)/gtk/gtkprivate.c \
$(top_srcdir)/gtk/gtkprivate.h
keyhash_LDADD = $(progs_ldadd)